home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / getfil16.arc / GETFILE next >
Text File  |  1991-06-03  |  335b  |  13 lines

  1. @echo off
  2. if %PCBDOOR%x==x goto bad
  3.   l:\pcb\getfile %PCBDAT% l:\pcb\blt\fldesc.txt %PCBDOOR%
  4.   if errorlevel 9 goto realbad
  5.   goto end
  6. :realbad
  7.   echo Could not open file description text file>pcbdoor.txt
  8.   goto end
  9. :bad
  10.   echo No files specified!>pcbdoor.txt
  11.   echo Usage: GETFILE file1 file2 file3...>>pcbdoor.txt
  12. :end
  13.